home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Utilities / PPC / PPCGNUtar / source / sasinclude / sys / param.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-09-16  |  190 b   |  13 lines

  1. #ifndef _PARAM_
  2. #define _PARAM_
  3.  
  4. #ifndef PATH_MAX
  5. #define PATH_MAX 255
  6. #endif /* PATH_MAX 255 */
  7.  
  8. #ifndef MAXPATHLEN
  9. #define MAXPATHLEN 255
  10. #endif /* MAXPATHLEN 255 */
  11.  
  12. #endif /* _PARAM_ */
  13.